home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / standard / asinh.z / asinh
Encoding:
Text File  |  2002-10-03  |  2.0 KB  |  48 lines

  1. ASINH(3M)                                              Last changed: 2-2-99
  2.  
  3.  
  4. NNAAMMEE
  5.      aassiinnhh, aaccoosshh, aattaannhh - inverse hyperbolic functions
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<mmaatthh..hh>>
  9.  
  10.      ddoouubbllee aassiinnhh((ddoouubbllee _x));;
  11.      ddoouubbllee aaccoosshh((ddoouubbllee _x));;
  12.      ddoouubbllee aattaannhh((ddoouubbllee _x));;
  13.  
  14. IIMMPPLLEEMMEENNTTAATTIIOONN
  15.      IRIX systems
  16.  
  17. DDEESSCCRRIIPPTTIIOONN
  18.      These functions compute the designated inverse hyperbolic functions
  19.      for real arguments.
  20.  
  21.      Roundoff errors are derived from lloogg11pp, described in eexxpp(3M).
  22.  
  23.      Functions in the standard math library (lliibbmm..aa) are referred to as --llmm
  24.      versions. Those in mathx library (lliibbmmxx..aa) are referred to as --llmmxx
  25.      versions, and those in the the BSD math library (lliibbmm4433..aa) are
  26.      referred to as --llmm4433 versions.
  27.  
  28. RREETTUURRNN VVAALLUUEESS
  29.      The --llmm and --llmmxx versions always return the default Quiet NaN and set
  30.      eerrrrnnoo to EDOM when a NaN is used as an argument.  A NaN argument
  31.      usually causes the --llmm4433 versions to return the same argument.  The
  32.      --llmm4433 versions never set eerrrrnnoo.
  33.  
  34.      aaccoosshh returns the default quiet NaN if the argument is less than 1.
  35.      The --llmm and --llmmxx versions also set eerrrrnnoo to EDOM.
  36.  
  37.      aattaannhh returns the default quiet NaN if the argument has an absolute
  38.      value greater than 1.  The --llmm and --llmmxx versions also set eerrrrnnoo to
  39.      EDOM.
  40.  
  41.      See mmaatthheerrrr(3M) for a description of error handling for --llmmxx
  42.      functions.
  43.  
  44. SSEEEE AALLSSOO
  45.      mmaatthh(3M), eexxpp(3M), mmaatthheerrrr(3M)
  46.  
  47.      This man page is available only online.
  48.